QAGetInt
You can use theQAGetInt
function to get a long integer value of a draw context state variable.
#define QAGetInt(drawContext,tag) \ (drawContext)->getInt (drawContext,tag)
drawContext
- A draw context.
tag
- A state variable tag.
DESCRIPTION
TheQAGetInt
function returns, as its function result, the long integer value of the draw context state variable specified by thedrawContext
andtag
parameters. If the specified tag is not recognized or supported by that draw context,QAGetInt
returns the value 0.